cody - HTMLify profile

cody
4270 Files
632542 Views
Latest files of /cody/solygambas/html-css-javascript-projects/086-coming soon page
@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");
:root {
--gradient: linear-gradient(90deg, #7f7fd5, #86a8e7, #f64f59);
}
* {
box-sizing: border-box;
:root {
--gradient: linear-gradient(90deg, #7f7fd5, #86a8e7, #f64f59);
}
* {
box-sizing: border-box;
<!-- Based on Fun ways to animate CSS gradients by Kevin Powell (2019)
see: https://www.youtube.com/watch?v=f3mwKLXpOLk -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
see: https://www.youtube.com/watch?v=f3mwKLXpOLk -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />